home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / QuickDraw / Bitblitz 1.0 / Source / OffscreenUtils.h < prev   
Encoding:
Text File  |  1990-09-20  |  536 b   |  17 lines  |  [TEXT/MPS ]

  1. /*--------------------------------------------------------------------------------------
  2. //
  3. //    File:          OffscreenUtils.h
  4. //
  5. //    Contents:    Header declarations for procedures for the creation, manipulation, and disposal of 
  6. //                offscreen bit structures
  7. //
  8. //    By Georgiann ("George") Delaney
  9. //    © 1989 - 1990, Apple Computer, Inc.
  10. //
  11. //--------------------------------------------------------------------------------------*/
  12.  
  13.  
  14.  
  15. Boolean  CreateOSBitmap        (GrafPtr *theOSBitmap, Rect *bounds);
  16. void       DisposeOSBitmap    (GrafPtr theOSBitmap);
  17.